A. .java file
B. .jsp file
C. .class file
D. None of above
Advertisement
Related Mcqs:
- What is meaning of jar ?
- A. java array B. java architecture C. java archived D. none of these...
- After the compilation of the java source code, which file is created by the JVM ?
- A. .class B. .doc C. .java D. .cdr...
- Inheritance means ?
- A. Sub class create object of super class B. Sub class extends Base class C. Sub class extends super class D. All of the above...
- Which is the predefined package ?
- A. Lang package B. util package C. io package D. All of above...
- What is the output for the below code ? public class Test{public static void main(String[] args){int i = 010; int j = 07;System.out.println(i); System.out.println(j); } } ?
- A. 7 8 B. 8 7 C. 9 8 D. None...
- In Java byte, short, int and long all of these are ____________?
- A. signed B. unsigned C. Both of the above D. None of these...
- String is the predefined ?
- A. Object B. Variable C. Class D. Method...
- Program which executes applet is known as________________?
- A. JVM B. virtual machine C. applet engine D. None of above...
- The class java.sql.Timestamp is associated with _____________?
- A. java.util.Date B. java.util.Time C. java.sql.Time D. None of above...
- Process of creating exact copy of the existing object is called_______________?
- A. overloading B. overriding C. cloning D. coping...
Advertisement